/status/snmp/hosts//notificationTypes

The nodes below this one perform the functions described in this function overview.

Use

Use to view the configured notification types.

Parameters

name: Name of hosts object

Data Type

subtree

Request Methods

GET

Examples

GET

curl -b cookie.jar -k https://host-55:8443/lrs/api/v1.0/status/snmp/hosts/host-1/notificationTypes

GET Response

{"/status/snmp/hosts/host-1/notificationTypes": {"data": None,
                                                  "default": False,
                                                  "defaultAllowed": False,
                                                  "deleteAllowed": False,
                                                  "numChildren": 0,
                                                  "type": "subtree"},
 "httpResponseCode": 200,
 "recurse": False,
 "requestPath": "/status/snmp/hosts/host-1/notificationTypes"}
  1. /status/snmp/hosts//notificationTypes 1. Parameters
    1. Data Type
    2. Request Methods 2. Related 3. Examples